home *** CD-ROM | disk | FTP | other *** search
- Path: atlas.axiom.net!usenet
- From: Dave Nulton <dnult@axiom.net>
- Newsgroups: comp.lang.c++
- Subject: Need circle function for BGI -> Smith Chart Project
- Date: 11 Jan 1996 19:49:57 GMT
- Organization: Axiom Communications
- Message-ID: <4d3pl5$4sg@atlas.axiom.net>
- NNTP-Posting-Host: node094.axiom.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- I'm currently writing a program for using Smith Charts (an EE tool
- for analyzing transmission lines and antenna systems).
-
- The chart is made up of concentric circles and arcs. The problem
- I have is the arc function in TC++ takes integer angle arguments
-
- arc (int x, int y, int start_angle, int end_angle);
-
- I need an arc function that takes a float or double argument for
- the start and end angles.
-
- arc (int x, int y, float start_angle, float end_angle);
-
- Does anyone have any suggestions? Your help will be greatly
- appreciated.
-
- Thanks
- -dnult
-
-